'Declaration Protected Overloads Overridable Sub OnCanceled( _
ByVal eThe ProcessingEventArgs instance containing the event data.As ProcessingEventArgs _
)
protected virtual void OnCanceled(
ProcessingEventArgs e
)
protected: virtual void OnCanceled(
ProcessingEventArgs* e
)
protected:
virtual void OnCanceled(
ProcessingEventArgs^ e
)
Parameters
- e
- The ProcessingEventArgs instance containing the event data.